home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 21
/
AACD 21.iso
/
AACD
/
Programming
/
Scalos
/
Developer
/
C
/
Include
/
proto
/
mcpgfx.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2000-11-29
|
313 b
|
20 lines
#ifndef PROTO_MCPGFX_H
#define PROTO_MCPGFX_H
#ifndef EXEC_TYPES_H
#include <exec/types.h>
#endif
extern struct Library *MCPGfxBase;
#include <clib/mcpgfx_protos.h>
#ifdef __VBCC__
#include <inline/mcpgfx_protos.h>
#else
#include <pragmas/mcpgfx_pragmas.h>
#endif /* __VBCC__ */
#endif /* PROTO_MCPGFX_H */